home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00777.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  1001 b   |  29 lines

  1. on exitFrame
  2.   global score, stime, scNUM, scTIME, iSTART, mufend, titend, assend
  3.   cursor(4)
  4.   set scNUM to the number of cast "thescore"
  5.   set scTIME to the number of cast "eltimo"
  6.   set iSTART to the number of cast "istart"
  7.   set mufend to the number of cast "mufend"
  8.   set titend to the number of cast "titend"
  9.   set assend to the number of cast "assend"
  10.   set stime to 30
  11.   set score to 0
  12.   set the text of cast scNUM to EMPTY & score & EMPTY
  13.   set the text of cast scTIME to "30"
  14.   puppetSprite(3, 1)
  15.   puppetSprite(10, 1)
  16.   puppetSprite(18, 1)
  17.   puppetSprite(19, 1)
  18.   puppetSprite(20, 1)
  19.   puppetSprite(27, 1)
  20.   set the locH of sprite 27 to -200
  21.   set the castNum of sprite 18 to the number of cast "titon"
  22.   set the locH of sprite 18 to the locH of sprite 35
  23.   set the locV of sprite 18 to the locV of sprite 35
  24.   set the castNum of sprite 19 to the number of cast "Non"
  25.   set the locH of sprite 19 to the locH of sprite 43
  26.   set the locV of sprite 19 to the locV of sprite 43
  27.   cursor(0)
  28. end
  29.